home *** CD-ROM | disk | FTP | other *** search
/ Graveur Universel / Graveur universel ( CDRWIN 9 ) .ISO / navigma.xml < prev   
Extensible Markup Language  |  2011-03-21  |  19KB  |  385 lines

  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <navigma title="Micro Application" noframe="true">
  3.  
  4. <applications>
  5.     <application name="Graveur Universel" version="9.0.11.304" trial="false" file="CDRWIN 9.lnk" ref="3797" key="" key2=""/>
  6.     <!-- NOM DU LOGICIEL = nom du produit
  7.          VERSION = numΘro version de l'exe selon le produit
  8.          TRIAL = "true" si version Try ou Try and buy
  9.                   "false" si version buy,
  10.          NOM DU RACCOURCI = nom du produit.lnk
  11.          REF =  ref MA
  12.          KEY = indiquer une clΘ crΘΘe dans la base de registre lors de l'activation de votre version Try and Buy - A utilisr uniquement pour les version try and buy sinon champ nul -->
  13.  
  14. </applications>
  15.  
  16. <styles>
  17.     <style name="titre" color="#ffffffff" font="Arial" size="35" bold="true" italic="false" underline="false" />
  18.     <style name="legende" color="#ffffffff" font="Arial" size="20" bold="true" />
  19.     <style name="eval_caption" color="#ffffffff" font="Arial" size="13" bold="true" shadowsize="2" shadowcolor="#77000000" shadowangle="225"/>
  20.     <style name="form" color="#ffffffff" disabledcolor="#ff696969" font="Arial" size="10" bold="true" shadowsize="2" shadowcolor="#77023487" shadowangle="225"/>
  21.     <style name="formOrange" color="#ffffb400" disabledcolor="#ff696969" font="Arial" size="10" bold="true" shadowsize="2" shadowcolor="#77023487" shadowangle="225"/>
  22.     <style name="bouton" color="#ffffffff" font="Arial Black" size="13" bold="false" shadowsize="2.1" shadowcolor="#77023487" shadowangle="225"/>
  23.     <style name="bouton_m" color="#ffffffff" font="Arial Black" size="12" bold="false" shadowsize="2.1" shadowcolor="#77023487" shadowangle="225"/>
  24.     <style name="tooltip" color="#ffffffff" font="Arial" size="10" bold="true" />
  25. </styles>
  26.  
  27. <!-- Liste des warning α Afficher, si un bouton ne fonctionne pas -->
  28. <warnings>
  29.     <warning name="acrobat" type="yesno" message="Impossible d'ouvrir le document sans Acrobat Reader. Souhaitez-vous tΘlΘcharger Acrobat Reader ?" url="http://www.adobe.com/fr/products/acrobat/readstep2.html" />
  30.     <warning name="newsletterWarning" type="yesno" message="Souhaitez-vous recevoir l'actualitΘ de Micro Application ? " />
  31. </warnings>
  32.  
  33. <pages>
  34.  
  35. <!-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -->
  36.  
  37. <!-- Page introduction video -->
  38.         <page name="menu intro">
  39.             <background src="Ma_Data/img/FOND_clip.jpg" />
  40.             <video x="171" y="170" width="240" height="135" src="Ma_Data/clip/INTRO.avi" button="next"/>
  41.             <buttons defwidth="221" defheight="46">
  42.                 <button id="next" x="375" y="373"  hasdisabledstate="true" src="Ma_Data/img/bsuiv_m.png" action="goto menu principal" style="bouton" dx="23.0" dy="-8.0">
  43.                     <caption>Continuer</caption>
  44.                 </button>
  45.             </buttons>
  46.         </page>
  47. <!-- Fin Page introduction video -->
  48.  
  49. <!-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -->
  50.  
  51. <!-- Page principale -->
  52.         <page name="menu principal">
  53.             <background src="MA_Data/img/fond.jpg" />
  54.     <!-- Nom du Produit -->
  55.             <texts>
  56.                 <text x="27" y="90" style="titre" width="525" height="40">Graveur Universel</text>
  57.                 <text x="27" y="132" style="legende" width="525" height="27"></text>
  58.             </texts>
  59.  
  60.     <!-- Liste des boutons classΘs par taille -->
  61.             <buttons width="223" height="74" sndhover="MA_Data/snd/SURVOL.wav" sndclick="MA_Data/snd/CLICK.wav">
  62.  
  63.                 <button x="44" y="165" src="MA_Data/img/bpar.png" tooltip="Affiche le contenu" action="explore " style="bouton" dx="20.0" dy="2.0">
  64.                     <caption>Parcourir</caption>
  65.                 </button>
  66.  
  67.                 <button x="44" y="239" src="MA_Data/img/bdir.png" tooltip="Permet d'installer DirectX 9C" command="setup\Dx90c\DirectX9\dxsetup.exe" style="bouton" dx="20.0" dy="2.0">
  68.                     <caption>DirectX 9</caption>
  69.                 </button>
  70.  
  71.                 <button x="44" y="313" src="MA_Data/img/bquit.png" tooltip="Quitte le Navigateur Micro Application" action="exit"  style="bouton" dx="20.0" dy="2.0">
  72.                     <caption>Quitter</caption>
  73.                 </button>
  74.  
  75.                 <button x="334" y="165" src="MA_Data/img/bsupp.png" tooltip="Permet d'accΘder au support technique sur le site www.microapp.com" url="http://www.microapp.com/fiche_technique.cfm?ref_produit=3797" style="bouton" dx="20.00" dy="2.0">
  76.                     <caption>Support technique
  77.                     en ligne</caption>
  78.                 </button>
  79.  
  80.                 <button x="334" y="239" src="MA_Data/img/bins.png" tooltip="Installe le logiciel sur le disque dur" style="bouton" dx="20.0" dy="2.0" action="goto menu order">
  81.                                     <!-- Si on ne veut rien installer au cas o∙ le systΦme d'exploitation est Windows Vista
  82.                                     <actions>
  83.                         <action version="vista">setup/Setup.exe</action>
  84.  
  85.                         <action version="notvista">exit</action>
  86.                     </actions>
  87.  
  88.                     <commands>
  89.                         <command version="notvista">setup/Setup.exe</command>
  90.                     </commands>
  91.                      -->
  92.                     <caption>Installer le logiciel</caption>
  93.                 </button>
  94.  
  95.                 <button x="334" y="313" src="MA_Data/img/bman.png" tooltip="Ouvre le manuel au format Acrobat" command="manuel\manuel.pdf" warning="acrobat"  style="bouton" dx="20.0" dy="2.0">
  96.                     <caption>Consulter le manuel</caption>
  97.                 </button>
  98.  
  99.             </buttons>
  100.     <!-- Lien Internet Logo MicroApp -->
  101.             <buttons width="320" height="57" sndhover="MA_Data/snd/SURVOL.wav" sndclick="MA_Data/snd/CLICK.wav">
  102.                 <button x="222" y="6" src="MA_Data/img/bsite.png" tooltip="PrΘsente le site web de Micro Application" url="http://www.microapp.com" />
  103.             </buttons>
  104.     <!-- Zone de l'infobulle. NE PAS MODIFIER -->
  105.             <tooltip x="27" y="400" width="450" height="20" style="tooltip" />
  106.         </page>
  107. <!-- Fin de la page prinicipale -->
  108.  
  109. <!-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -->
  110.  
  111. <!-- Page enregistrement prΘ-install -->
  112.  
  113.         <page name="menu order">
  114.  
  115.             <background src="Ma_Data/img/FOND_register.jpg" />
  116.             <texts>
  117.                 <text id="text1" x="45" y="162" style="form">PrΘnom :</text>
  118.                 <text id="text2" x="67" y="185" style="form">Nom :</text>
  119.                 <text id="text3" x="60" y="208" style="form">Email :</text>
  120.             </texts>
  121.  
  122.             <edits width="300" height="18">
  123.                 <edit id="firstname" x="110" y="162" />
  124.                 <edit id="lastname" x="110" y="185" />
  125.                 <edit id="email" x="110" y="208"  type="email"/>
  126.             </edits>
  127.  
  128.             <images>
  129.                 <image id="validemail" x="420" y="208" width="110" height="17" src="Ma_Data/img/email_nonvalide.png"/>
  130.             </images>
  131.  
  132.             <buttons sndhover="Ma_Data/snd/SURVOL.wav" sndclick="Ma_Data/snd/CLICK.wav">
  133.                     <button id="knowmore" x="340" y="135" width="100" height="17" src="Ma_Data/img/savoir_plus.png" action="popup Ma_Data/img/Fond_savoirplus.jpg"/>
  134.                 <button id="clickhere" x="340" y="359" width="56" height="11" src="Ma_Data/img/cliquant_ici.png">
  135.                     <caption></caption>
  136.                     <actions>
  137.                         <action>register firstname lastname company phone email newsletter</action>
  138.                         <action>goto confidentialite</action>
  139.                     </actions>
  140.                 </button>
  141.  
  142.                     <button id="no" x="100" y="300" width="50" height="17" radio="true" src="Ma_Data/img/non.png"/>
  143.                     <button id="newsletter" x="44" y="300" width="50" height="17" radio="true" endradio="true" src="Ma_Data/img/oui.png" warning="newsletterWarning"/>
  144.             </buttons>
  145.  
  146.             <groups>
  147.                 <group x="320" y="272" width="90" height="17" ischecked="true" checkbox="true" src="Ma_Data/img/personnel.png" style="bouton">
  148.                 </group>
  149.                 <group x="420" y="272" width="115" height="17" checkbox="true" endradio="true" src="Ma_Data/img/professionnel.png" style="bouton">
  150.                     <texts>
  151.                         <text id="text4" x="330" y="294" style="form">SociΘtΘ :</text>
  152.                         <text id="text5" x="310" y="314" style="form">TΘlΘphone :</text>
  153.                     </texts>
  154.                         <edits width="148" height="18">
  155.                         <edit id="company" x="393" y="294" />
  156.                             <edit id="phone" x="393" y="314" />
  157.                     </edits>
  158.                 </group>
  159.             </groups>
  160.  
  161.             <!-- Boutons de validation / Retour -->
  162.             <buttons width="221" height="46" sndhover="Ma_Data/snd/SURVOL.wav" sndclick="Ma_Data/snd/CLICK.wav">
  163.  
  164.                 <button id="continue" x="367" y="380" src="Ma_Data/img/bsuiv_m4.png" hasdisabledstate="true" style="bouton" dx="23.0" dy="-8.0">
  165.                     <caption></caption>
  166.                     <actions>
  167.                         <action>order firstname lastname company phone email newsletter success echec noconnection</action>
  168.                     </actions>
  169.                 </button>
  170.                 <button id="back" x="20" y="380" src="Ma_Data/img/bret_m.png" action="goto menu principal" style="bouton" dx="20.00" dy="-6.0">
  171.                         <caption>Retour</caption>
  172.                 </button>
  173.             </buttons>
  174.  
  175.         </page>
  176.  
  177.         <page name="confidentialite">
  178.             <background src="Ma_Data/img/Fond_confidentialitΘ.jpg" />
  179.             <buttons width="221" height="46" sndhover="Ma_Data/snd/SURVOL.wav" sndclick="Ma_Data/snd/CLICK.wav">
  180.                     <button x="333" y="313" width="65" height="14" src="Ma_Data/img/contacts.png" url="http://www.microapp.com/espace.cfm?module=contacts"/>
  181.                     <button x="171" y="313" width="101" height="16" src="Ma_Data/img/microapp2.png" url="http://www.microapp.com"/>
  182.                 <button id="back" x="20" y="380" src="Ma_Data/img/bret_m.png" action="goto menu order" style="bouton" dx="20.00" dy="-6.0">
  183.                         <caption>Retour</caption>
  184.                 </button>
  185.             </buttons>
  186.         </page>
  187.  
  188.         <page name="success">
  189.             <background src="Ma_Data/img/Fond_register_net.jpg" />
  190.             <!--<texts>
  191.                 <text x="27" y="75" style="legende" width="525" height="14">Confirmation de l'enregistrement</text>
  192.             </texts>-->
  193.             <buttons width="221" height="46" sndhover="Ma_Data/snd/SURVOL.wav" sndclick="Ma_Data/snd/CLICK.wav">
  194.                 <button x="367" y="375" src="Ma_Data/img/bsuiv_m.png" hasdisabledstate="true" style="bouton" dx="20.00" dy="-6.0">
  195.                     <caption>Continuer</caption>
  196.                     <actions>
  197.                         <action>exit</action>
  198.                     </actions>
  199.                     <commands>
  200.                              <command wait="true">setup/Launcher.exe /s /v"/qn REBOOT=ReallySuppress"</command>
  201.                              <command>setup/Setup.exe</command>
  202.                     </commands>
  203.                 </button>
  204.             </buttons>
  205.  
  206.         </page>
  207.  
  208.  
  209.         <page name="noconnection">
  210.             <background src="Ma_Data/img/Fond_register_sansnet.jpg" />
  211.             <!--<texts>
  212.                 <text x="27" y="75" style="legende" width="525" height="14">Confirmation de l'enregistrement</text>
  213.             </texts>-->
  214.             <buttons sndhover="Ma_Data/snd/SURVOL.wav" sndclick="Ma_Data/snd/CLICK.wav">
  215.                     <button x="114" y="260" width="134" height="16" src="Ma_Data/img/microapp.png" url="http://www.microapp.com"/>
  216.  
  217.                 <button x="367" y="375" width="221" height="46" src="Ma_Data/img/bsuiv_m.png" hasdisabledstate="true" style="bouton" dx="20.00" dy="-6.0">
  218.                     <caption>Continuer</caption>
  219.                     <actions>
  220.                         <action>exit</action>
  221.                     </actions>
  222.                     <commands>
  223.                              <command wait="true">setup/Launcher.exe /s /v"/qn REBOOT=ReallySuppress"</command>
  224.                              <command>setup/Setup.exe</command>
  225.                     </commands>
  226.                 </button>
  227.             </buttons>
  228.  
  229.         </page>
  230.  
  231.         <page name="echec">
  232.             <background src="Ma_Data/img/Fond_register_fail.jpg" />
  233.  
  234.             <buttons sndhover="Ma_Data/snd/SURVOL.wav" sndclick="Ma_Data/snd/CLICK.wav">
  235.                 <button x="134" y="220" width="310" height="21" src="Ma_Data/img/Je ne souhaite pas1.png" action="goto echec2"/>
  236.                 <button x="20" y="375" width="221" height="46" src="Ma_Data/img/bret_m.png" action="goto menu order" style="bouton" dx="20.00" dy="-6.0">
  237.                     <caption>Retour</caption>
  238.                 </button>
  239.  
  240.                 <button x="367" y="375" width="221" height="46" src="Ma_Data/img/bsuiv_m.png" hasdisabledstate="true" isenable="false" style="bouton" dx="20.00" dy="-6.0">
  241.                     <caption>Continuer</caption>
  242.                 </button>
  243.             </buttons>
  244.         </page>
  245.  
  246.         <page name="echec2">
  247.             <background src="Ma_Data/img/Fond_register_fail2.jpg" />
  248.  
  249.             <buttons sndhover="Ma_Data/snd/SURVOL.wav" sndclick="Ma_Data/snd/CLICK.wav">
  250.                 <button x="134" y="220" width="310" height="21" src="Ma_Data/img/Je ne souhaite pas2.png" action="goto echec"/>
  251.                     <button x="134" y="308" width="134" height="16" src="Ma_Data/img/microapp.png" url="http://www.microapp.com/espace.cfm?module=carte_enregistrement&ref_produit=3797"/>
  252.                 <button x="20" y="375" width="221" height="46" src="Ma_Data/img/bret_m.png" action="goto menu order" style="bouton" dx="20.00" dy="-6.0">
  253.                     <caption>Retour</caption>
  254.                 </button>
  255.  
  256.                 <button x="367" y="375" width="221" height="46" src="Ma_Data/img/bsuiv_m.png" hasdisabledstate="true" style="bouton" dx="20.00" dy="-6.0">
  257.                     <caption>Continuer</caption>
  258.                     <actions>
  259.                         <action>exit</action>
  260.                     </actions>
  261.                     <commands>
  262.                              <command wait="true">setup/Launcher.exe /s /v"/qn REBOOT=ReallySuppress"</command>
  263.                              <command>setup/Setup.exe</command>
  264.                     </commands>
  265.                 </button>
  266.             </buttons>
  267.         </page>
  268.  
  269.         <page name="menu suivant">
  270.  
  271.             <background src="MA_Data/img/fond_eval.jpg" />
  272.  
  273.             <texts>
  274.                 <text x="27" y="90" style="titre" width="525" height="40"></text>
  275.                 <text x="27" y="132" style="legende" width="525" height="27"></text>
  276.             </texts>
  277.  
  278.             <buttons width="221" height="46" sndhover="Ma_Data/snd/SURVOL.wav" sndclick="Ma_Data/snd/CLICK.wav">
  279.                 <button x="20" y="375" src="Ma_Data/img/bret_m.png" action="goto menu order" style="bouton" dx="20.00" dy="-6.0">
  280.                     <caption>Retour</caption>
  281.                 </button>
  282.             </buttons>
  283.             <buttons width="221" height="46" sndhover="Ma_Data/snd/SURVOL.wav" sndclick="Ma_Data/snd/CLICK.wav">
  284.                 <button x="367" y="375" src="Ma_Data/img/bsuiv_m.png" hasdisabledstate="true" action="goto menu principal" style="bouton" dx="20.00" dy="-6.0">
  285.                     <caption>Continuer</caption>
  286.                 </button>
  287.             </buttons>
  288.  
  289.         </page>
  290.  
  291. <!-- Fin de la page d'Enregistrement avant Install -->
  292.  
  293. <!-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -->
  294.  
  295. <!-- Page enregistrement -->
  296.         <page name="enregistrement">
  297.             <background src="MA_Data/img/fond_e.jpg" />
  298.             <buttons width="223" height="74" sndhover="MA_Data/snd/SURVOL.wav" sndclick="MA_Data/snd/CLICK.wav">
  299.                 <button x="43" y="315" src="MA_Data/img/bret.png" tooltip="Retourne α l'Θcran prΘcΘdent" action="goto menu principal" style="bouton" dx="20.00" dy="2.0">
  300.                     <caption>Retour</caption>
  301.                 </button>
  302.                 <button x="334" y="315" src="MA_Data/img/benr.png" tooltip="Permet de procΘder α l'enregistrement en ligne de votre produit" url="http://www.microapp.com/support/e-carte.cfm?ref_produit=3797" style="bouton" dx="20.00" dy="2.0">
  303.                     <caption>Enregistrez-vous
  304.                     en ligne</caption>
  305.                 </button>
  306.             </buttons>
  307.             <tooltip x="27" y="400" width="450" height="20" style="tooltip" />
  308.         </page>
  309. <!-- Fin de la page d'enregistrement -->
  310.  
  311. <!-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -->
  312.  
  313. <!-- Page vista -->
  314.         <page name="vista">
  315.             <background src="MA_Data/img/fond_vista.jpg" />
  316.             <buttons width="223" height="74" sndhover="MA_Data/snd/SURVOL.wav" sndclick="MA_Data/snd/CLICK.wav">
  317.                 <button x="43" y="315" src="MA_Data/img/bret.png" tooltip="Retourne α l'Θcran prΘcΘdent" action="goto menu principal" style="bouton" dx="20.00" dy="2.0">
  318.                     <caption>Retour</caption>
  319.                 </button>
  320.                 <button x="334" y="315" src="MA_Data/img/bweb.png" tooltip="Permet de tΘlΘcharger la version pour Windows Vista" url="http://www.microapp.com/redirect.cfm?adresse=securite_vista" style="bouton" dx="20.00" dy="2.0">
  321.                     <caption>Suivant</caption>
  322.                 </button>
  323.             </buttons>
  324.             <tooltip x="27" y="400" width="450" height="20" style="tooltip" />
  325.         </page>
  326. <!-- Fin de la page vista -->
  327.  
  328. <!-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -->
  329.  
  330. <!-- Page Θvaluation -->
  331.         <page name="evaluation">
  332.             <background src="Ma_Data/img/fond_eval.jpg" />
  333.             <texts>
  334.                 <text x="27" y="75" style="legende" width="525" height="14">Versions d'Θvaluation</text>
  335.             </texts>
  336.             <buttons width="221" height="46" sndhover="Ma_Data/snd/SURVOL.wav" sndclick="Ma_Data/snd/CLICK.wav">
  337.                 <button x="20" y="375" src="Ma_Data/img/bret_m.png" action="goto menu principal" style="bouton" dx="20.00" dy="-6.0">
  338.                     <caption>Retour</caption>
  339.                 </button>
  340.             </buttons>
  341. <!-- Liste des boutons d'installation des versions d'Θvaluation -->
  342.             <buttons width="201" height="38" sndhover="Ma_Data/snd/SURVOL.wav" sndclick="Ma_Data/snd/CLICK.wav">
  343.                 <button x="24" y="99" src="Ma_Data/img/blank_s.png" tooltipimg="Ma_Data/eval/7945.png" command="Ma_Data/eval/7945.exe" style="eval_caption" dx="20.00" dy="-17.0">
  344.                     <caption>
  345.                     Acronis True Image 10
  346.                     </caption>
  347.                 </button>
  348.                 <button x="24" y="138" src="Ma_Data/img/blank_s.png" tooltipimg="Ma_Data/eval/9114.png" command="Ma_Data/eval/9114.exe" style="eval_caption" dx="20.00" dy="-17.0">
  349.                     <caption>
  350.                     RΘcupΘrez vos fichiers
  351.                     </caption>
  352.                 </button>
  353.             </buttons>
  354. <!--
  355.             <buttons width="201" height="38" sndhover="snd/SURVOL.wav" sndclick="snd/CLICK.wav">
  356.                 <button x="361" y="161" src="images/ref_eval.png" tooltipimg="evals/ref.png" command="evals/ref.exe" style="eval_caption">intitulΘ</button>
  357.             </buttons>
  358.             <buttons width="201" height="38" sndhover="snd/SURVOL.wav" sndclick="snd/CLICK.wav">
  359.                 <button x="361" y="192" src="images/ref_eval.png" tooltipimg="evals/ref.png" command="evals/ref.exe" style="eval_caption">intitulΘ</button>
  360.             </buttons>
  361.             <buttons width="201" height="38" sndhover="snd/SURVOL.wav" sndclick="snd/CLICK.wav">
  362.                 <button x="361" y="223" src="images/ref_eval.png" tooltipimg="evals/ref.png" command="evals/ref.exe" style="eval_caption">intitulΘ</button>
  363.             </buttons>
  364.             <buttons width="201" height="38" sndhover="snd/SURVOL.wav" sndclick="snd/CLICK.wav">
  365.                 <button x="361" y="254" src="images/ref_eval.png" tooltipimg="evals/ref.png" command="evals/ref.exe" style="eval_caption">intitulΘ</button>
  366.             </buttons>
  367.             <buttons width="201" height="38" sndhover="snd/SURVOL.wav" sndclick="snd/CLICK.wav">
  368.                 <button x="361" y="285" src="images/ref_eval.png" tooltipimg="evals/ref.png" command="evals/ref.exe" style="eval_caption">intitulΘ</button>
  369.             </buttons>
  370.             <buttons width="201" height="38" sndhover="snd/SURVOL.wav" sndclick="snd/CLICK.wav">
  371.                 <button x="361" y="316" src="images/ref_eval.png" tooltipimg="evals/ref.png" command="evals/ref.exe" style="eval_caption">intitulΘ</button>
  372.             </buttons>
  373. -->
  374.  
  375.             <tooltip x="300" y="120" width="227" height="262" style="tooltip" />
  376.         </page>
  377. <!-- Fin de la page d'evaluation -->
  378.  
  379.     </pages>
  380. </navigma>
  381.  
  382.  
  383.  
  384.  
  385.